home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / q860pls2.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  18.8 KB  |  561 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 860+ Print System Level 2" versions 2011.22
  4. *% Date: 7/1/93
  5. *% Modified: 7/29/93
  6. *% Edit: 4/6/96 - Changed ColorDevice value 
  7.  
  8. *FormatVersion: "4.0"
  9. *FileVersion: "1.0"
  10. *LanguageVersion: English
  11. *PCFileName: "Q860PLS2.PPD"
  12.  
  13. *Product: "(QMS 860+ Print System)"
  14. *PSVersion: "(2011.22) 13"
  15. *ModelName: "QMS 860+ Level 2"
  16. *NickName: "QMS 860+ Print System"
  17.  
  18. *% General Information and Defaults ===============
  19. *LanguageLevel: "2"
  20.  
  21. *% ADORequiresEExec added by Microsoft
  22. *ADORequiresEExec: True
  23.  
  24. *AcceptsTrueType: True
  25. *FreeVM: "3106620"
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "
  30. save
  31.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  32. restore
  33. "
  34. *End
  35. *Throughput: "8"
  36. *Password: "0"
  37. *ExitServer: "
  38.  count 0 eq
  39.  { false } { true exch startjob } ifelse
  40.  not { 
  41.      (WARNING : Cannot perform the exitserver command.) = 
  42.      (Password supplied is not valid.) = 
  43.      (Please contact the author of this software.) = flush quit
  44.      } if
  45. "
  46. *End
  47. *Reset: "
  48.  count 0 eq
  49.  { false } { true exch startjob } ifelse
  50.  not {
  51.     (WARNING: Cannot reset printer.) =
  52.     (Missing or invalid password.) =
  53.     (Please contact the author of this software.) = flush quit
  54.     } if
  55.  systemdict /quit get exec
  56.  (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59.  
  60. *% Halftone Information ===============
  61. *ScreenFreq: "60.0"
  62. *ScreenAngle: "45.0"
  63. *DefaultScreenProc: Dot
  64. *ScreenProc Dot: "
  65. { 1.4 0.24 
  66.   { 2 
  67.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  68.    } repeat 
  69.    abs exch abs 2 copy add 1 gt 
  70.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  71.    { dup mul exch dup mul add 1 exch sub}
  72.     ifelse 
  73.   } exec 
  74. }
  75. "
  76. *End
  77. *ScreenProc Line: "{ pop }"
  78. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  79.  
  80. *DefaultTransfer: Null
  81. *Transfer Null: "{ }"
  82. *Transfer Null.Inverse: "{ 1 exch sub }"
  83.  
  84. *% Paper Handling ===================
  85.  
  86. *OpenGroup:  PaperHandling
  87. *OpenUI *Resolution: PickOne
  88. *OrderDependency: 10 AnySetup *Resolution
  89. *DefaultResolution: 600dpi
  90. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  91. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  92. *Resolution 1200dpi: "1 dict dup /HWResolution [1200 600] put setpagedevice"
  93. *?Resolution: "
  94.   save
  95.     currentpagedevice /HWResolution get
  96.     0 get
  97.     (          ) cvs print
  98.     (dpi)
  99.     = flush
  100.   restore
  101. "
  102. *End
  103. *CloseUI: *Resolution
  104.  
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 20 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "
  109.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  110. *End
  111. *PageSize Legal: "
  112.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  113. *End
  114. *PageSize Executive: "
  115.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  116. *End
  117. *PageSize Tabloid: "
  118.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  119. *End
  120. *PageSize Universal: "
  121.     2 dict dup /PageSize [842 1224] put dup /ImagingBBox null put setpagedevice"
  122. *End
  123. *PageSize Full11x17: "
  124.     2 dict dup /PageSize [843 1253] put dup /ImagingBBox null put setpagedevice"
  125. *End
  126. *PageSize FullLedger: "
  127.     2 dict dup /PageSize [1253 843] put dup /ImagingBBox null put setpagedevice"
  128. *End
  129. *PageSize A3: "
  130.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  131. *End
  132. *PageSize A4: "
  133.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  134. *End
  135. *PageSize A5: "
  136.     2 dict dup /PageSize [420 596] put dup /ImagingBBox null put setpagedevice"
  137. *End
  138. *PageSize A6: "
  139.     2 dict dup /PageSize [298 421] put dup /ImagingBBox null put setpagedevice"
  140. *End
  141. *PageSize B4: "
  142.     2 dict dup /PageSize [729 1031] put dup /ImagingBBox null put setpagedevice"
  143. *End
  144. *PageSize B5: "
  145.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  146. *End
  147. *PageSize B6: "
  148.     2 dict dup /PageSize [364 516] put dup /ImagingBBox null put setpagedevice"
  149. *End
  150. *?PageSize: "
  151.  save
  152.    currentpagedevice /PageSize get aload pop
  153.    2 copy gt {exch} if 
  154.    (Unknown) 
  155.    6 dict
  156.    dup [612 792] (Letter) put
  157.    dup [612 1008] (Legal) put
  158.    dup [522 756] (Executive) put
  159.    dup [792 1224] (Tabloid) put
  160.    dup [842 1224] (Universal) put
  161.    dup [843 1253] (Full11x17) put
  162.    dup [1253 843] (FullLedger) put
  163.    dup [842 1191] (A3) put
  164.    dup [595 842] (A4) put
  165.    dup [420 596] (A5) put
  166.    dup [298 421] (A6) put
  167.    dup [729 1031] (B4) put
  168.    dup [516 729] (B5) put
  169.    dup [364 516] (B6) put
  170.  { exch aload pop 4 index sub abs 5 le exch 
  171.    5 index sub abs 5 le and 
  172.       {exch pop exit} {pop} ifelse
  173.    } bind forall
  174.    = flush pop pop
  175. restore 
  176. "
  177. *End
  178. *CloseUI: *PageSize
  179.  
  180. *% These entries will set up the frame buffer. Usually used with manual feed.
  181. *DefaultPageRegion: Letter
  182. *PageRegion Letter: "
  183.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  184. *End
  185. *PageRegion Legal: "
  186.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  187. *End
  188. *PageRegion Executive: "
  189.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  190. *End
  191. *PageRegion Tabloid: "
  192.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  193. *End
  194. *PageRegion Universal: "
  195.     2 dict dup /PageSize [842 1224] put dup /ImagingBBox null put setpagedevice"
  196. *End
  197. *PageRegion Full11x17: "
  198.     2 dict dup /PageSize [843 1253] put dup /ImagingBBox null put setpagedevice"
  199. *End
  200. *PageRegion FullLedger: "
  201.     2 dict dup /PageSize [1253 843] put dup /ImagingBBox null put setpagedevice"
  202. *End
  203. *PageRegion A3: "
  204.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  205. *End
  206. *PageRegion A4: "
  207.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  208. *End
  209. *PageRegion A5: "
  210.     2 dict dup /PageSize [420 596] put dup /ImagingBBox null put setpagedevice"
  211. *End
  212. *PageRegion A6: "
  213.     2 dict dup /PageSize [298 421] put dup /ImagingBBox null put setpagedevice"
  214. *End
  215. *PageRegion B4: "
  216.     2 dict dup /PageSize [729 1031] put dup /ImagingBBox null put setpagedevice"
  217. *End
  218. *PageRegion B5: "
  219.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  220. *End
  221. *PageRegion B6: "
  222.     2 dict dup /PageSize [364 516] put dup /ImagingBBox null put setpagedevice"
  223. *End
  224.  
  225. *OpenUI *PaperTray: PickOne
  226. *OrderDependency: 30 AnySetup *PaperTray
  227. *PaperTray Letter: "statusdict begin lettertray end"
  228. *PaperTray Legal: "statusdict begin legaltray end"
  229. *PaperTray Executive: "statusdict begin executivetray end"
  230. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  231. *PaperTray Universal: "statusdict begin universaltray end"
  232. *PaperTray Full11x17: "statusdict begin full11x17 end"
  233. *PaperTray FullLedger: "statusdict begin fullledger end"
  234. *PaperTray A3: "statusdict begin a3tray end"
  235. *PaperTray A4: "statusdict begin a4tray end"
  236. *PaperTray A5: "statusdict begin a5tray end"
  237. *PaperTray A6: "statusdict begin a6tray end"
  238. *PaperTray B4: "statusdict begin b4tray end"
  239. *PaperTray B5: "statusdict begin b5tray end"
  240. *PaperTray B6: "statusdict begin b6tray end"
  241. *?PaperTray: "
  242.  save statusdict begin
  243.   15 dict begin
  244.    /letter (Letter) def 
  245.    /legal (Legal) def
  246.    /executivepage (Executive) def
  247.    /11x17 (Tabloid) def 
  248.    /universal (Universal) def
  249.    /full11x17 (Full11x17) def 
  250.    /fullledger (FullLedger) def
  251.    /a3 (A3) def 
  252.    /a4 (A4) def
  253.    /a5 (A5) def 
  254.    /a6 (A6) def
  255.    /b4 (B4) def 
  256.    /b5 (B5) def 
  257.    /b6 (B6) def 
  258.    papersize {
  259.      {load exec} stopped not{= flush}if
  260.    }{
  261.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  262.    }ifelse
  263.   end
  264.  end restore
  265. "
  266. *End
  267. *CloseUI: *PaperTray
  268.  
  269. *% The following entries provide information about specific paper keywords.
  270. *DefaultImageableArea: Letter
  271. *ImageableArea Letter: "10 10 598 780 "
  272. *ImageableArea Legal: "10 14 600 998 "
  273. *ImageableArea Executive: "10 14 510 746 "
  274. *ImageableArea Tabloid: "10 14 780 1214 "
  275. *ImageableArea Universal: "10 14 830 1214 "
  276. *ImageableArea Full11x17: "10.08 14.2802 829.92 1242.6 "
  277. *ImageableArea FullLedger: "10.08 14.2802 1242.6 829.92 "
  278. *ImageableArea A3: "10 14 830 1181 "
  279. *ImageableArea A4: "10 10 581 830 "
  280. *ImageableArea A5: "10 10 405 583 "
  281. *ImageableArea A6: "10 14 286 411 "
  282. *ImageableArea B4: "10 14 717 1021 "
  283. *ImageableArea B5: "10 10 501 717 "
  284. *ImageableArea B6: "10 14 352 506 "
  285. *?ImageableArea: "
  286.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  287.   newpath clippath pathbbox
  288.   4 -2 roll exch 2 {ceiling cvp} repeat
  289.   exch 2 {floor cvp} repeat flush
  290.  restore
  291. "
  292. *End
  293.  
  294. *% These provide the physical dimensions of the paper (by keyword)
  295. *DefaultPaperDimension: Letter
  296. *PaperDimension Letter: "612 792"
  297. *PaperDimension Legal: "612 1008"
  298. *PaperDimension Executive: "522 756"
  299. *PaperDimension Tabloid: "792 1224"
  300. *PaperDimension Universal: "842 1224"
  301. *PaperDimension Full11x17: "842.4 1253"
  302. *PaperDimension FullLedger: "1253 842.4"
  303. *PaperDimension A3: "842 1191"
  304. *PaperDimension A4: "595 842"
  305. *PaperDimension A5: "420 596"
  306. *PaperDimension A6: "298 421"
  307. *PaperDimension B4: "729 1031"
  308. *PaperDimension B5: "516 729"
  309. *PaperDimension B6: "364 516"
  310.  
  311. *DefaultOutputBin: Upper
  312.  
  313. *OpenUI *InputSlot: PickOne
  314. *OrderDependency: 15 AnySetup *InputSlot
  315. *DefaultInputSlot: MultiPurpose
  316. *InputSlot MultiPurpose: "statusdict begin 1 setpapertray end"
  317. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  318. *InputSlot Optional: "statusdict begin 3 setpapertray end"
  319. *?InputSlot: "
  320.  save statusdict begin
  321.   3 dict begin
  322.    /1 (MultiPurpose) def
  323.    /2 (Lower) def
  324.    /3 (Optional) def
  325.    papertray 
  326.      {( ) cvs cvn load exec} stopped not{= flush}if
  327.   end
  328.  end restore
  329. "
  330. *End
  331. *CloseUI: *InputSlot
  332.  
  333. *% Level 2 Manual Feed
  334. *OpenUI *ManualFeed: Boolean
  335. *OrderDependency: 20 AnySetup *ManualFeed
  336. *DefaultManualFeed: False
  337. *?ManualFeed: "
  338.   save
  339.     currentpagedevice /ManualFeed get
  340.     {(True)}{(False)}ifelse = flush
  341.   restore"
  342. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  343. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  344. *End
  345. *CloseUI: *ManualFeed
  346.  
  347. *DefaultOutputOrder: Normal
  348.  
  349. *OpenUI *Collate:  Boolean
  350. *OrderDependency:  40 AnySetup *Collate
  351. *DefaultCollate: True
  352. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  353. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  354. *?Collate:"
  355. save
  356.   currentpagedevice /Collate get
  357.   {(True)}{(False)}ifelse = flush restore"
  358. *End
  359. *CloseUI: *Collate
  360.  
  361. *OpenUI *TraySwitch: Boolean
  362. *OrderDependency: 50 AnySetup *TraySwitch
  363. *DefaultTraySwitch: False
  364. *TraySwitch True: "1 dict dup /TraySwitch true put setpagedevice"
  365. *TraySwitch False: "1 dict dup /TraySwitch false put setpagedevice"
  366. *?TraySwitch: "
  367. save
  368.   currentpagedevice /TraySwitch get
  369.   {(True)}{(False)}ifelse = flush
  370. restore
  371. "
  372. *End
  373. *CloseUI: *TraySwitch
  374. *CloseGroup: PaperHandling
  375.  
  376. *% Font Information =====================
  377.  
  378. *DefaultFont: Courier
  379. *Font AvantGarde-Book: Standard "(001.002)"
  380. *Font AvantGarde-BookOblique: Standard "(001.002)"
  381. *Font AvantGarde-Demi: Standard "(001.003)"
  382. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  383. *Font Bookman-Demi: Standard "(001.001)"
  384. *Font Bookman-DemiItalic: Standard "(001.001)"
  385. *Font Bookman-Light: Standard "(001.001)"
  386. *Font Bookman-LightItalic: Standard "(001.001)"
  387. *Font Courier: Standard "(001.005)"
  388. *Font Courier-Bold: Standard "(001.005)"
  389. *Font Courier-BoldOblique: Standard "(001.005)"
  390. *Font Courier-Oblique: Standard "(001.005)"
  391. *Font Helvetica: Standard "(001.002)"
  392. *Font Helvetica-Bold: Standard "(001.002)"
  393. *Font Helvetica-BoldOblique: Standard "(001.002)"
  394. *Font Helvetica-Condensed: Standard "(001.001)"
  395. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  396. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  397. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  398. *Font Helvetica-Narrow: Standard "(001.002)"
  399. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  400. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  401. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  402. *Font Helvetica-Oblique: Standard "(001.002)"
  403. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  404. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  405. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  406. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  407. *Font Palatino-Bold: Standard "(001.002)"
  408. *Font Palatino-BoldItalic: Standard "(001.002)"
  409. *Font Palatino-Italic: Standard "(001.002)"
  410. *Font Palatino-Roman: Standard "(001.001)"
  411. *Font Symbol: Special "(001.003)"
  412. *Font Times-Bold: Standard "(001.002)"
  413. *Font Times-BoldItalic: Standard "(001.004)"
  414. *Font Times-Italic: Standard "(001.002)"
  415. *Font Times-Roman: Standard "(001.002)"
  416. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  417. *Font ZapfDingbats: Special "(001.002)"
  418. *?FontQuery: "
  419.  save
  420.    { count 1 gt
  421.       { exch dup 127 string cvs (/) print print (:) print
  422.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  423.       } { exit } ifelse 
  424.    } bind loop
  425.    (*) = flush
  426.  restore
  427. "
  428. *End
  429.  
  430. *?FontList: "
  431. save
  432.   (*) {cvn ==} 128 string /Font resourceforall
  433.   (*) = flush
  434. restore
  435. "
  436. *End
  437.  
  438. *% Printer Messages (verbatim from printer):
  439. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  440. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  441. *Message: "\FontName\ not found, using Courier"
  442.  
  443. *% Status (format: %%[ status: <one of these> ]%% )
  444. *Status: "idle"
  445. *Status: "busy"
  446. *Status: "waiting"
  447. *Status: "printing"
  448. *Status: "warming up"
  449.  
  450. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  451. *Source: "serial25"
  452. *Source: "AppleTalk"
  453. *Source: "Centronics"
  454.  
  455. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  456. *PrinterError: "Paper Out"
  457. *PrinterError: "Paper Jam"
  458. *PrinterError: "Off line"
  459. *PrinterError: "timeout, clearing printer"
  460. *PrinterError: "warming up"
  461. *PrinterError: "service call"
  462. *PrinterError: "paper entry misfeed"
  463. *PrinterError: "no toner cartridge"
  464. *PrinterError: "low toner"
  465. *PrinterError: "no paper tray"
  466. *PrinterError: "resetting printer"
  467. *PrinterError: "cover open"
  468. *PrinterError: "manual feed timeout"
  469.  
  470. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  471.  
  472. *% Color Separation Information =====================
  473.  
  474. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  475.  
  476. *InkName: ProcessBlack/Process Black
  477. *InkName: CustomColor/Custom Color
  478. *InkName: ProcessCyan/Process Cyan
  479. *InkName: ProcessMagenta/Process Magenta
  480. *InkName: ProcessYellow/Process Yellow
  481.  
  482. *%  For 60 lpi / 300 dpi  ===============================
  483.  
  484. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  485. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  486. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  487. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  488. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  489.  
  490. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  491. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  492. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  493. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  494. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  495.  
  496. *%  For 53 lpi / 300 dpi  ===============================
  497.  
  498. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  499. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  500. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  501. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  502. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  503.  
  504. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  505. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  506. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  507. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  508. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  509.  
  510. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  511.  
  512. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  513. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  514. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  515. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  516. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  517.  
  518. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  519. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  520. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  521. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  522. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  523.  
  524. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  525. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  526. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  527. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  528. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  529. "
  530. *End
  531.  
  532. *%  For 71 lpi / 600 dpi  ===============================
  533.  
  534. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  535. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  536. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  537. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  538. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  539.  
  540. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  541. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  542. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  543. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  544. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  545.  
  546. *% For 85 lpi / 1200 dpi (10,10,4,12,12,4,40/3,0) ====================
  547.  
  548. *%ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  549. *%ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  550. *%ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "71.5651"
  551. *%ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "18.4349"
  552. *%ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  553.  
  554. *%ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  555. *%ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  556. *%ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  557. *%ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  558. *%ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "30.0"
  559.  
  560. *% end of PPD file for QMS 860+ Print System
  561.